Rewrite display-buffer-alist and display-buffer-normalize-specifiers.
authormartin rudalics <rudalics@gmx.at>
Fri, 17 Jun 2011 14:50:11 +0000 (16:50 +0200)
committermartin rudalics <rudalics@gmx.at>
Fri, 17 Jun 2011 14:50:11 +0000 (16:50 +0200)
commit4e78530b877952345314ac5b1a0d3c7990bfe58d
treed72ab3c1e33f90aabd7276a8de6b91e1a937a951
parent503f21f83ca2f09fec7d374f28e6b7285ec3f111
Rewrite display-buffer-alist and display-buffer-normalize-specifiers.

* window.el (display-buffer-alist): Set pop-up-window-min-height
and pop-up-window-min-width in default value.  Reported by
Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
other-window-means-other-frame.
(display-buffer-macro-specifiers): Comment out entry for
other-window specifier.
(display-buffer-other-window-means-other-frame): New function.
(display-buffer-normalize-specifiers-1): New arguments
buffer-name and label.  Treat other-window case specially.
(display-buffer-normalize-specifiers-2): Treat other-window case
specially.
(display-buffer-normalize-specifiers-3): New function.
(display-buffer-normalize-specifiers): Call
display-buffer-normalize-specifiers-3.
lisp/ChangeLog
lisp/window.el